From 81c940e88f7bd65fe163ab8b2cfd80a75aee2130 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Fri, 8 Nov 2002 03:52:35 +0000 Subject: [PATCH] (nnimap-split-rule): Doc fix - escape open parens in column 0. --- lisp/gnus/nnimap.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index 00a8c51970b..93273fd2a19 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el @@ -106,7 +106,7 @@ If you'd like, for instance, one mail group for mail from the everything else in the incoming mailbox, you could do something like this: -(setq nnimap-split-rule '((\"INBOX.gnus-imap\" \"From:.*gnus-imap\") +\(setq nnimap-split-rule '((\"INBOX.gnus-imap\" \"From:.*gnus-imap\") (\"INBOX.junk\" \"Subject:.*buy\"))) As you can see, `nnimap-split-rule' is a list of lists, where the first @@ -127,7 +127,7 @@ To allow for different split rules on different virtual servers, and even different split rules in different inboxes on the same server, the syntax of this variable have been extended along the lines of: -(setq nnimap-split-rule +\(setq nnimap-split-rule '((\"my1server\" (\".*\" ((\"ding\" \"ding@gnus.org\") (\"junk\" \"From:.*Simon\"))) (\"my2server\" (\"INBOX\" nnimap-split-fancy)) -- 2.30.2